Welcome![Sign In][Sign Up]
Location:
Search - uclinux lcd

Search list

[Other resourceuClinux编译傻瓜教程

Description: 一步 教你如何去编译uclinux内核,包括文件系统ext2的挂载,网络驱动,基本的cash命令,lcd frambuffer功能,串口功能等内容。-teach you step by step how to compile Basis kernel, including ext2 file system mount, network drives, the basic cash orders, LCD frambuffer functions, such as serial port function.
Platform: | Size: 1085269 | Author: 朱春开 | Hits:

[Other resourcelcdcsource

Description: uclinux的lcd显示源代码,所需要的代码,和头文件都在该文件中,避免各位下载后不去思考,请自行编辑,在44B0+UCLINUX下调试通过。适合初初接触ARM开发的学生,开发者参考。-Basis of Uclinux LCD display source code, the code required, and the first document in the document, after you download avoid not thinking, self-editing, in the next OS 44B0 + debugging through. Contact ARM cry for the development of students, the development of reference materials.
Platform: | Size: 2632 | Author: dsioda | Hits:

[Other resourceuclinux+lcd

Description: 我自己写的44B0+uclinux驱动12864点阵式LCD的显示程序,适合于做小工程的程序员使用-I wrote it myself 44B0 Basis driven 12,864 Matrix LCD display program, suitable for small projects programmers use
Platform: | Size: 1510 | Author: 520533 | Hits:

[Other resourcearm-uclinux-lcd

Description: 这是基于ARM s3c44b0核的lcd控制器的显示程序.包括字符显示和图象显示的程序.-This is based on the ARM s3c44b0 nuclear LCD controller display program. Characters include display and image process.
Platform: | Size: 12318 | Author: 欧阳纯风 | Hits:

[Embeded Linuxs3c44b0xfb

Description: uclinux上的frame buffer driver for s3c44b0x LCD(16级灰度),如果想要256色彩屏的也可以找我要-Basis of frame buffer driver for s3c44b0x LCD (Gray 16), if you want the 256 color screen can also find I
Platform: | Size: 6144 | Author: 郭勇军 | Hits:

[ARM-PowerPC-ColdFire-MIPSarm-uclinux-lcd

Description: 这是基于ARM s3c44b0核的lcd控制器的显示程序.包括字符显示和图象显示的程序.-This is based on the ARM s3c44b0 nuclear LCD controller display program. Characters include display and image process.
Platform: | Size: 328704 | Author: 欧阳纯风 | Hits:

[Embeded LinuxuClinux编译傻瓜教程

Description: 一步 教你如何去编译uclinux内核,包括文件系统ext2的挂载,网络驱动,基本的cash命令,lcd frambuffer功能,串口功能等内容。-teach you step by step how to compile Basis kernel, including ext2 file system mount, network drives, the basic cash orders, LCD frambuffer functions, such as serial port function.
Platform: | Size: 1085440 | Author: 朱春开 | Hits:

[Linux-Unix44B0LCDuclinux

Description: lcd驱动程序,很优参考价值,望大家喜欢-LCD driver, a very excellent reference value, we look like
Platform: | Size: 95232 | Author: 刘伟东 | Hits:

[Embeded Linuxlcdcsource

Description: uclinux的lcd显示源代码,所需要的代码,和头文件都在该文件中,避免各位下载后不去思考,请自行编辑,在44B0+UCLINUX下调试通过。适合初初接触ARM开发的学生,开发者参考。-Basis of Uclinux LCD display source code, the code required, and the first document in the document, after you download avoid not thinking, self-editing, in the next OS 44B0+ debugging through. Contact ARM cry for the development of students, the development of reference materials.
Platform: | Size: 2048 | Author: dsioda | Hits:

[Software EngineeringuClinux_lcd_display

Description: 一种基于uClinux嵌入式彩色液晶显示的实现,使用液晶时要参考的资料-based uClinux embedded color LCD to achieve LCD to be used source of information
Platform: | Size: 157696 | Author: knight | Hits:

[Embeded Linuxuclinux+lcd

Description: 我自己写的44B0+uclinux驱动12864点阵式LCD的显示程序,适合于做小工程的程序员使用-I wrote it myself 44B0 Basis driven 12,864 Matrix LCD display program, suitable for small projects programmers use
Platform: | Size: 1024 | Author: 520533 | Hits:

[Embeded Linuxlcd

Description: 这个是uclinux里面自带的一个lcd的源代码,函数里面对lcd的设置和应用做了具体的说明。-This is a uClinux own lcd inside the source code, function inside of the lcd settings and applications to do the detail.
Platform: | Size: 5120 | Author: 林场降 | Hits:

[Embeded Linuxlcdtest

Description: LCD测试程序,在UCLINUX下开发LCD驱动时用128*64的LCM点阵液晶调试时所开发的测试程序,实现测试的基本功能-LCD test procedure, developed in uCLinux LCD driver when 128* 64 dot matrix LCD LCM debugging when developing test procedures, test realize the basic functions of
Platform: | Size: 2048 | Author: xuhao | Hits:

[ARM-PowerPC-ColdFire-MIPSuclinuxLCDDriver

Description: uclinux下驱动160*240,320*240lcd,sdt2.51上测试通过-under uClinux driver 160* 240320* 240lcd, sdt2.51 tested through
Platform: | Size: 31744 | Author: aaaas | Hits:

[Linux-Unixs3c44b0xfb

Description: uclinux for s3c44b0x framebuffer 160x240 16级灰度LCD驱动
Platform: | Size: 4096 | Author: huan | Hits:

[Linux-UnixLCD

Description: S3C44B0X下的LCD (framebuffer)驱动资料与相关代码-S3C44B0X under the LCD (framebuffer) driver information with the relevant code
Platform: | Size: 6749184 | Author: kom118 | Hits:

[Linux-Unixuclinux

Description: Uclinux 内核编译傻瓜教程。 内核的编译过程我想大家都知道了,就是 make menuconfig 进入内核配置菜单进行删改,结束保存后进行 make dep make clean make lib_only make user_only make romfs make image make 基本上按照立宇泰给的uclinux内核文件和交叉编译器就能够完成整个编译内核 的工作,只不过也许由于内核版本不同会产生一些不同的结果,主要还是功能 方面的!此次编译内核需要完成的功能包括文件系统 ext2 的挂载,网络驱动, 基本的 cash命令,lcd frambuffer 功能,串口功能。当然你也可以实现更多的文 件系统的挂载识别和更多驱动功能,但是内核及文件系统必然增大,这里只是-make menuconfig
Platform: | Size: 2169856 | Author: 张玉荣 | Hits:

[Embeded-SCM Developuclinux-stm32

Description: uclinux在stm32上的移植包,希望对大家有用。-uclinux on the transplant in the stm32 package, hope for all of us.
Platform: | Size: 2323456 | Author: 周春明 | Hits:

[Linux-UnixLCD-controller-application

Description: 学习S3C44B0的LCD控制器特性,熟悉LCD控制器与LCD驱动器的连接接口,了解uClinux下framebuffer显示驱动的使用-Learning S3C44B0 the LCD controller features, are familiar with LCD controller and LCD driver interface, the connection to understand the framebuffer display driver under uClinux use
Platform: | Size: 211968 | Author: luke | Hits:

[Driver Developuclinux-LCD-driver

Description: uclinux 下的 led 驱动程序 -uclinux led driver
Platform: | Size: 7168 | Author: ljfnba | Hits:
« 12 »

CodeBus www.codebus.net